.zprow .zpelem-col {

    display: flex !important;

    flex-direction: column !important;

    justify-content: center;

}

@media only screen and (min-width: 800px) {

    .zprow .zpelem-col {

        height: 100vh;

        }

}